home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.swcp.com
/
ftp.swcp.com.zip
/
ftp.swcp.com
/
mac
/
Communications
/
tn3270_2.3d26.hqx
/
tn3270 2.3d26
/
Network Configuration
/
newh
next >
Wrap
Text File
|
1989-09-20
|
238b
|
16 lines
{
if (substr($0,1,1) != "#") {
if (substr($2,1,1) == "@") {
print "name=" $3 " ; hostip=" $1
j = 4
}
else {
print "name=" $2 " ; hostip=" $1
j = 3
}
for (i=j; i<=NF; i++) {
print "name=" $i " ; copyfrom=" $(j-1)
}
}
}